home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_6
/
ukacd.lha
/
Install
next >
Wrap
Text File
|
1995-08-09
|
641b
|
29 lines
; Installation script for an AlphaSpell dictionary
(transcript "Installing AlphaSpell ...")
(set destpath
(askdir
(prompt "Install the Dictionary where?")
(help @askdir-help)
(default "Work:")
)
)
(copyfiles
(prompt "Copying AlphaSpell's Dictionaries")
(help @copyfiles-help)
(source "Dictionary/")
(dest destpath)
(confirm)
(all)
)
(message
"If you use XES, please update the Dict environment variable with "
"the requester that XES has for this purpose. Because I was lazy "
"about putting XES 2.0 together, you will have to source dict.xrc first."
)
(exit (quiet))